Base class for thread objects.
More...
#include <thread.h>
|
virtual void | run ()=0 |
| Method to be executed in thread. More...
|
|
Base class for thread objects.
Definition at line 25 of file thread.h.
◆ join()
void roc::core::Thread::join |
( |
| ) |
|
◆ joinable()
bool roc::core::Thread::joinable |
( |
| ) |
const |
Check if thread was started and can be joined.
- Returns
- true if start() was called and join() was not called yet.
◆ run()
virtual void roc::core::Thread::run |
( |
| ) |
|
|
protectedpure virtual |
Method to be executed in thread.
◆ start()
bool roc::core::Thread::start |
( |
| ) |
|
The documentation for this class was generated from the following file: